1 using System;
2 using
System.Collections.Generic;
3 using
System.ComponentModel;
4 using
System.Data;
5 using
System.Drawing;
6 using
System.Linq;
7 using
System.Text;
8 using
System.Windows.Forms;
9 using
Telerik.WinControls;
10
11 namespace
QuanLyNhanSu
12 {
13     
public partial class frmAbout : TransDialog//RadForm
14     {
15         
public frmAbout()
16         {
17             InitializeComponent();
18         }
19
20         
private void radButton1_Click(object sender, EventArgs e)
21         {
22             System.Diagnostics.Process.Start(
"dxdiag");
23         }
24
25         
private void radButton2_Click(object sender, EventArgs e)
26         {
27             
this.Close();
28         }
29
30         
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
31         {
32             System.Diagnostics.Process.Start(
"mailto:ngothanhdat1989@gmail.com");
33         }
34
35         
private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
36         {
37             System.Diagnostics.Process.Start(
this.linkLabel2.Text);
38         }
39
40         
private void frmAbout_Load(object sender, EventArgs e)
41         {
42             
43             
44
45         }
46
47         
private void timer1_Tick(object sender, EventArgs e)
48         {
49           
50         }
51     }
52 }



Quản lý nhân sự công ty bằng c# _ full source code 60.472 lượt xem

Gõ tìm kiếm nhanh...